Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Multi-stage builds #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pixel365
Copy link

Currently, the project does not implement an optimal scenario for building docker images, which leads to excessively large image sizes and inefficient builds.

Before (on Mac):
campus_map_bot-api - 942,5 Mb
campus_map_bot-frontend - 913,8 Mb
campus_map_bot-parser - 873,6 Mb

before

After (on Mac):
campus_map_bot-api - 107,9 Mb
campus_map_bot-frontend - 71,3 Mb
campus_map_bot-parser - 49,8 Mb

after

@drveles drveles assigned drveles and unassigned drveles Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants